home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Tools & Apps / OS⁄Toolbox / QuickDraw / RlePict / macimg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-03-08  |  316 b   |  14 lines  |  [TEXT/KAHL]

  1. /*
  2.  * Defs for routines to manipulate images and Pict files in 32bit QuickDraw.
  3.  *
  4.  * John Peterson, Apple.
  5.  */
  6.  
  7. extern GWorldPtr LoadPicture( char * );
  8. extern void SavePicture( GWorldPtr, char * );
  9. extern void SetupPict();
  10. extern void WritePictFile( char * );
  11. extern void CopyGWtoWindow( GWorldPtr, WindowPtr );
  12.  
  13.  
  14.